home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 08 / 6 / DISK0866.ZIP / INST1.BAT < prev    next >
DOS Batch File  |  1990-08-28  |  525b  |  24 lines

  1. echo off
  2. cls
  3. echo  The hard drive you have chosen is drive  %1:
  4. echo  Make sure the  DEEP SPACE 3-D disk is in drive  %2:
  5. echo  (If this is not correct type Ctrl-C to exit and try again.)
  6. pause
  7. %1:
  8. cd \
  9. md \ds3d
  10. md \ds3d\dsdata
  11. md \ds3d\dsfiles
  12. copy %2:ds3d.bat
  13. copy %2:ds3d.exe \ds3d
  14. copy %2:ds3d.ovr \ds3d
  15. copy %2:cga.bgi \ds3d
  16. copy %2:egavga.bgi \ds3d
  17. copy %2:herc.bgi \ds3d
  18. copy %2:readme.doc \ds3d
  19. copy %2:install.bat \ds3d
  20. copy %2:inst1.bat \ds3d
  21. copy %2:inst2.bat \ds3d
  22. \ds3d\inst2 %1 %2
  23. :exit
  24.